home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / windows / games / winpcx2.arj / WINPCX.VAR < prev    next >
Text File  |  1989-10-19  |  397b  |  18 lines

  1. /*                             WinPcx.var                                     */
  2.  
  3.  
  4. HANDLE  hInstance, hInst;
  5. HWND    hMainWnd;
  6. HDC     BMapDC, TmpDC, NewBMapDC;
  7. HBITMAP BMap, TmpMap, NewBMap;
  8. HMENU   hMenu;
  9.  
  10. char   out[100], buffer[100];
  11. float  x, y;
  12. short  xScreen, yScreen;
  13. int    ok;
  14. int TotalBytes, Xsize, Ysize, BpLine;
  15. LONG   ListBoxSel;
  16.  
  17. char *PictureFile = "winmono.pcx";
  18.